home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / docs / help / arexxbegin.lha / arexx_for_beginners / articles_01-10 / Example6-1.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1994-12-14  |  83 b   |  6 lines

  1. /* Example6-1.rexx */
  2.  
  3. DO Len = 1 to 20
  4.    SAY CENTRE(' Test String ',Len,'*')
  5. END
  6.